home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / locales.postinst < prev    next >
Text File  |  2009-10-14  |  73b  |  10 lines

  1. #! /bin/sh -e
  2.  
  3.  
  4.  
  5. if [ "$1" = configure ]; then
  6.     locale-gen
  7. fi
  8.  
  9. exit 0
  10.